10. Video: What Defines A Line?

What Defines A Line?

00:00
00:00

A line is commonly identified by an intercept and a slope.

The intercept is defined as the predicted value of the response when the x-variable is zero.

The slope is defined as the predicted change in the response for every one unit increase in the x-variable.

We notate the line in linear regression in the following way:

y^=b0+b1x1\hat{y} = b_0 + b_1x_1

where

y^\hat{y} is the predicted value of the response from the line.

b0b_0 is the intercept.

b1b_1 is the slope.

x1x_1 is the explanatory variable.

yy is an actual response value for a data point in our dataset (not a prediction from our line).